home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8175 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  968 b 

  1. Path: anvil.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c,comp.unix.programmer
  4. Subject: Re: API for serial port comm in Solaris
  5. Followup-To: comp.unix.programmer
  6. Date: 1 Mar 1996 12:44:41 -0800
  7. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  8. Message-ID: <4h7njpINN263@anvil.ugrad.cs.ubc.ca>
  9. References: <4h6q4k$8i0@tst.hk.super.net>
  10. NNTP-Posting-Host: anvil.ugrad.cs.ubc.ca
  11.  
  12. In article <4h6q4k$8i0@tst.hk.super.net>,
  13. Peter Alexander Schindler <moscow@news.hk.super.net> wrote:
  14. >Does anybody have experience in C programming to communicate through a 
  15. >Solaris platform's serial port?  I would like to know what API I can make 
  16. >use of.  Thanks in adv.
  17.  
  18. Try the termio API. It is a POSIX-standardized method of talking to tty
  19. devices, which are the UNIX abstraction for things like serial ports and
  20. whatnot.
  21.  
  22. This is not a C question.
  23.  
  24. (followups redirected to comp.unix.programmer)
  25. -- 
  26.  
  27.